home *** CD-ROM | disk | FTP | other *** search
/ ShareWare OnLine 2 / ShareWare OnLine Volume 2 (CMS Software)(1993).iso / network / fup100.zip / INIFUP.DOC < prev   
Text File  |  1993-05-18  |  2KB  |  76 lines

  1. PROGRAM:
  2.      INIFUP.COM Version 1.0 .INI File Update Utility
  3.      Copyright 1993 by Keith P. Graham
  4.  
  5. CONTACT:
  6.      Keith P. Graham
  7.      238 Germonds Road
  8.      West Nyack, NY 10994
  9.      BBS: (914) 623-0039
  10.  
  11.      Note:     Keith Graham does not mail software to anyone.
  12.           Use the BBS to download the latest version.
  13.  
  14. SHAREWARE:
  15.  
  16.      NOTICE: INIFUP is not free. I encourage you to copy the
  17.      program and spread it around, but continued use requires
  18.      a shareware registration of $35.00.
  19.  
  20.      A friend who is a practicing Witch has placed a Black
  21.      Irish curse on the program. Users who do not pay the
  22.      shareware fee will have trouble in their love life. Users
  23.      who do pay will be satisfied in matters of love as long as
  24.      they use the program. 
  25.  
  26. USAGE:
  27.  
  28.      INIFUP [path\]file.ini topic item "value"
  29.  
  30.      INIFUP renames the file FILE.INI to FILE.BAK and creates a
  31.      new FILE.INI with the same items as the original. If the
  32.      topic command line parameter is found in the .INI file as
  33.      [topic] it will search for the item which matches the
  34.      command line parameter. If found it will replace the item
  35.      with the items in value. If not found, it will add the item
  36.      to the end of the topic.
  37.  
  38.      INIFUP is useful to network administrators to update user
  39.      .INI files automatically.
  40.  
  41.      The square brackets - [ ] around topic are optional.
  42.      Value MUST be in double quotes.
  43.  
  44. EXAMPLES:
  45.  
  46.      1.   Add a new topic and item to SYSTEM.INI:
  47.  
  48. inifup c:\windows\system.ini [FUPDATA] line1 "This is a new line"
  49.  
  50.      After running SYSTEM.INI has the following data appended:
  51.           [FUPDATA]
  52.           line1=This is a new line
  53.  
  54.      The original SYSTEM.INI is renamed as SYSTEM.BAK
  55.  
  56.  
  57.      2.  Replace a line in WIN.INI
  58.  
  59.      before running inifup win.ini had a line in the
  60.      [Windows] topic of run=cfxwalli.exe
  61.    
  62.      cd\windows
  63.      inifup win.ini windows run ""
  64.  
  65.      After running win.ini has a line  with just run=
  66.      in the Windows section.
  67.  
  68.  
  69.  
  70. RELATED PROGRAMS:
  71.  
  72.      TOUCH     changes dates and times on programs.
  73.  
  74.      FUP       Updates files based on date and time.
  75.  
  76.